home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / chkflp.exe / README.FLP < prev   
Text File  |  1991-12-05  |  2KB  |  38 lines

  1. Hello there!
  2. This file contains the .asm & .c source files for the executable
  3. callcflp.exe. It is a program I created by modifying the Nantucket Forum
  4. Clipper source code (FT_FLOPTST.ASM) and pulling out the Clipper references.
  5. The asm module is now callable from a 'c' program (preferable MS 'c').
  6. The executable is standalone, and is useful for determining floppy drive
  7. status in batch files.
  8. Even if the target floppy is not ready, it will not cause a problem as it
  9. temporarily intercepts the DOS critical error handler and then sets DOS's
  10. ERRORLEVEL flag based on the condition of the target floppy drive as follows:
  11.  
  12.     0 - Drive Loaded and ready to read or write
  13.     1 - Drive Door Open or Diskette inserted upside down
  14.     2 - Diskette is unformatted
  15.     3 - Write protected
  16.     4 - Undetermined problem
  17.  
  18. Arguments to callcflp.exe are A or B, case insensitive, : not necessary.
  19. Please note:
  20. I am not taking credit for this program, only the conversion to a 'c'
  21. callable module and the (MUCH) smaller (NO CLIPPER) executable. The original
  22. author is Joseph LaCour with acknoledgements to PAOLO RAMOZZI. In addition,
  23. I would like to greatfully acknoledge the help of Vic Caroncino for his
  24. indispensible help in understanding the Clipper code and requesting this
  25. little Gem in the first place.
  26.  
  27. Enjoy;
  28. Please send any comments or questions to me at
  29.  
  30. Kevin Traub
  31. 9100 Easy St.
  32. Owings, MD 20736-9576
  33.  
  34. Or on CompuServe @ 70744,1563
  35.  
  36. This program is again donated to the public domain.
  37.  
  38.